Oopsy. Got head of Olaf on the category support. :-)
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 12 May 2006 21:49:27 +0000 (21:49 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 12 May 2006 21:49:27 +0000 (21:49 +0000)
gpsbabel/garmin_txt.c

index e8090943cecf1fd478f1d8c52ca03fc17b3b7258..fb20be50124223b8f13b8fe75d915045aee47154 100644 (file)
@@ -501,8 +501,8 @@ print_categories(gbuint16 categories)
                                
                        fprintf(fout, "%s", (count++ > 0) ? "," : "");
                        if (c == NULL)
-//                             fprintf(fout, "Category %d", i+1);
-                               fprintf(fout, "%s", gps_categories[i]);
+                               fprintf(fout, "Category %d", i+1);
+//                             fprintf(fout, "%s", gps_categories[i]);
                        else
                                fprintf(fout, "%s", c);